home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 3116 / text0000.txt < prev   
Encoding:
Text File  |  1996-08-05  |  2.2 KB  |  60 lines

  1.  
  2. In article <684.6600T897T1033@primenet.com> kipster@primenet.com (Kip Pesuti) writes:
  3. >   >I have an Iomega Zip drive which presently needs to be powered on at
  4. >   >boot time in order to be made active. Is there anyway to activate the
  5. >   >Zip so an icon appears on WorkBench, and Zip tools is functional,
  6. >   >after the computer is booted? If you boot without the Zip drive
  7. >   >powered on, the Amiga3000 does not recognize its presence.
  8. >   
  9. >   In your mountlist (DEVS:DOSDrivers/ZIP0:), change Activate=0 to Activate=1
  10. >   Or it might be in the icon info. Change the tooltype ACTIVATE=0 to ACTIVATE=1
  11. >   (for "Squirrel Zip Tools'" mountlist)
  12. >   
  13. >   >Thanks in advance for your comments.
  14. >
  15.  
  16. If that still doesn't work, then add a "diskchange zip:" command to your
  17. user-startup.
  18.  
  19. My setup consists of all zip disks formatted with a single partition, all have a
  20. device name of ZIP: and have different label names. A zip mountlist file is in
  21. my devs/devices drawer and a diskchange ZIP: command is in my user-startup.
  22.  
  23. Before I plugged in the Zip drive I opened up HardDrive Toolbox and made sure
  24. that there were no drives with a higher address and that both of my internal
  25. drives read "not changed". This insured that the "last drive in chain" bit had
  26. been set and that the Amiga would not search the SCSI chain past the internal
  27. drives. This way if there was not a disk in the ZIP the computer would not care.
  28.  
  29. This configuration makes the ZIP as simple as a big floppy disk. On  my 3000 my
  30. zip: file looks like this:
  31.  
  32.         Device = scsi.device
  33.         UNIT = 6
  34.         DosType = 0x444F5301
  35.         Surfaces = 1
  36.         Flags = 0
  37.         BlocksPerTrack = 68
  38.         Reserved = 2
  39.         Interleave = 0
  40.         LowCyl = 2
  41.         HighCyl = 2890
  42.         Buffers = 30
  43.         BufMemType = 1
  44.         MaxTransfer = 0xffffff
  45.         Mask = 0x7ffffffe
  46.  
  47. The only side effect of all of this is that you hard drive light blinks once
  48. every three or so to check the zip for disk changes.
  49.  
  50. After a bit of experimenting I have decided that this is the cleanest way to add
  51. a zip drive to your Amiga. Good Luck!
  52. -- 
  53.  
  54.  
  55.  
  56.                               Jim J.
  57.                            
  58.                               Chronos@Gate.net
  59. --                    
  60.